iT邦幫忙

2023 iThome 鐵人賽

DAY 11
0
Mobile Development

好好用的 flutter 套件系列 第 11

好好用的 flutter 套件 - Day 11 share_plus

  • 分享至 

  • xImage
  •  

需求

app上常有文字、圖片和檔案等資料,需要分享到社群軟體或其他的app

share_plus - Readme

可以簡單的呼叫透過平台的共享對話框
Share.share('check out my website https://example.com');

share_plus - Install

直接在 pubspec.yaml 加上 share_plus: ^7.1.0 ,然後pub get 
    
dependencies:
  share_plus: ^7.1.0

https://ithelp.ithome.com.tw/upload/images/20230925/20121643xQDWmnyTNX.png

share_plus - Example

在 /lib/main.dart 加入 程式
import 'package:share_plus/share_plus.dart';
加一個share的按鍵
https://ithelp.ithome.com.tw/upload/images/20230925/201216430zbplyQQyE.png

執行結果

https://ithelp.ithome.com.tw/upload/images/20230925/20121643cPf8unxb4S.png

按下按鍵
https://ithelp.ithome.com.tw/upload/images/20230925/20121643Pu9JYPNG3K.png

心得

簡單好用,執行的是"任意位置呼叫",還有其他共享到電子郵件、共享表執行,就自行參考吧


上一篇
好好用的 flutter 套件 - Day 10 shared_preferences
下一篇
好好用的 flutter 套件 - Day 12 intl
系列文
好好用的 flutter 套件30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言